From: Camila Ayres Date: Wed, 11 Dec 2024 20:09:55 +0000 (+0100) Subject: Remove assert for when the timestamp is not empty. X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~2^2~163^2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d9e42e7ad1b6f9a6b5752b2c22bb370013119646;p=nextcloud-desktop.git Remove assert for when the timestamp is not empty. Signed-off-by: Camila Ayres --- diff --git a/src/libsync/abstractnetworkjob.cpp b/src/libsync/abstractnetworkjob.cpp index f08b13582..313062481 100644 --- a/src/libsync/abstractnetworkjob.cpp +++ b/src/libsync/abstractnetworkjob.cpp @@ -301,7 +301,6 @@ void AbstractNetworkJob::slotFinished() QByteArray AbstractNetworkJob::responseTimestamp() { - ASSERT(!_responseTimestamp.isEmpty()); return _responseTimestamp; }